home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / amok_lha / amok24.lha / TurboFiles / TFD.doc < prev    next >
Text File  |  1993-08-15  |  3KB  |  64 lines

  1. TFD.doc
  2. ~~~~~~~
  3. This program should be in first line a demonstration of
  4. the Modul TurboFiles.
  5. You can use it to code Files with a codeword, to print files
  6. with pagenumbers and for some other file-operations.
  7. TFD needs 2, in some cases a third argument.
  8. The first argument is allways a filename. The second argument is
  9. only a letter. This letter determines the action that is done with
  10. the file. The third argument can be a codeword for the coding of files
  11. or a string to search.
  12. You can start TFD from the CLI or from the Workbench. From the CLI,
  13. you can direct give TFD the arguments. From Workbench You can use
  14. extended selection to give TFD the filename (first argument).
  15. If You give TFD no or too many arguments, it will ask You about this.
  16. If You use wrong arguments, a short explaination is displayed.
  17.  
  18. Now the actions caused by the letter (second argument):
  19.  
  20. C: Code the File with a codeword (third argument). You can code
  21.    every file, not only textfiles. After the coding, this file
  22.    is unreadable and unusable for every person who knows not the
  23.    codeword. Don't use too short or simpel codewords. You can use
  24.    every character for the codeword, but if it contains spaces,
  25.    it must be included with "".
  26.    Don't make the codeword longer than 256 characters.
  27.    Different persons can code the file with different codewords; then
  28.    the person that makes the last coding, has to make the first decoding
  29.    and so on.
  30.    
  31. D: Decodes the coded file. Of course, to decode the file, you have to use
  32.    the same codeword that You used to code it. All times, the decoding
  33.    inhibits the last coding. So, if You have coded a file with different
  34.    codewords, You have to start decoding with the word that You used for
  35.    the last coding.
  36.    
  37. E: Compares the file with another file determined by the third argument.
  38.    If differences are found, the 10 characters following the first
  39.    difference are displayed.
  40.    
  41. H: Types the file as a hexdump. This option is equivalent to Type opt H
  42.  
  43. I: Transforms the file to M2-Inline-Code. The Inline-Code is stored
  44.    in a file determined by the third argument. The code should be
  45.    identical to the code produced by the program MakeInline from
  46.    Amok#12.
  47.    
  48. L: Prints the textfile with linenumbers. See P for more information.
  49.  
  50. N: Types the textfile with linenumbers. This is identical to Type opt N
  51.  
  52. P: Prints the textfile with pagenumbers and headline. At the beginning
  53.    and at the end of every page 4 empty lines are printed.
  54.    The values LeftMargin, RightMargin and PageLength from Preferences
  55.    are used.
  56.    
  57. S: Search in the file for a string (the third argument). If the string
  58.    is found, the area surounding this string is shown and the string
  59.    is hightlighted.
  60.    
  61. T: Displays the textfile on the monitor. Is equivalent to Type.
  62.  
  63.    Stefan Salewski, 17-Jul-89
  64.